EditPrefs 5.4 � 1995 Mark John Paddock


[ < ] [ > ]   [Contents] [Index] [ ? ]

EditPrefs 5.4 Contents

@Remark $VER: EditPrefs_guide 5.4 (26.2.97)

@{" ARexx " Link "EditPrefs-rexx/Main"} ARexx Interface

@{" AutoDocs " Link "Docs/MPGui.doc/Main"} MPGui.library AutoDocs


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1 Quick overview

EditPrefs provides a GUI to allow editing of prefs files which are in the format:

Setting=Value Switch etc.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2 Software and Hardware required

Requires OS3.0+.

Also needs MPGui.library (included).


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3 Shell Parameters

The command line is:

EditPrefs DIR/K/A,SAVEDIR/K/A,FILE/K/A,HELP/K/A,DEFAULT/K/A,GUI/K/A,PORTNAME/K.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

DIR parameter

This specifies the name of the directory where the prefs file should be saved when the ’Use’ gadget is clicked.

It should end with : or /.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

SAVEDIR parameter

This specifies the name of the directory where the prefs file should be saved when the ’Save’ gadget is clicked.

It should end with : or /.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

FILE parameter

This specifies the name of the file to save the prefs in when the ’Use’ or ’Save’ gadget is clicked.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

HELP parameter

This specifies the name of the AmigaGuide file from which help will be displayed when the Help key is pressed.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

DEFAULT parameter

This specifies the name of the file where the default prefs are held.

The format of the file is:

; comment line

A Comment

GadgetTitle1=SettingsPrefix=DefaultValue

Used where "SettingsPrefix=DefaultValue" is to be written

GadgetTitle2==List Values=Default Values

Used for an MLIST where multiple switch values are to be written.

Prefixing a line with a + means that that setting will not be reset to the default value when "Reset To Defaults" is chosen.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

GUI parameter

This specifies the name of the GUI file to be used with MPGui.library.

Parameters should be specified as #n# (n starting as 0). These should be in the same order as the DEFAULT file.

See @{"Docs/MPGui.doc" Link "Docs/MPGui.doc/Main"}.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

PORTNAME parameter

This specifies the name to use as an ARexx port. If not supplied then no ARexx port is created.

See @{"Docs/MPGui.doc" Link "Docs/MPGui.doc/Main"}.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4 Menus


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Project Menu


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Project/Open... Menu Item

Shows a file requester to open prefs from a file.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Project/Save As... Menu Item

Shows a file requester to save prefs to a file.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Project/Quit Menu Item

Quits EditPrefs without saving prefs.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Edit Menu


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Edit/Reset To Defaults Menu Item

Resets the prefs to the default settings.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Edit/Last Saved Menu Item

Resets the prefs to the values that were last Saved.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Edit/Restore Menu Item

Resests the prefs to the values that were last Used.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Settings Menu


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Settings/Create Icons? Menu Item

Switches if an Icon should be saved with the prefs file.

The Icon used is:

1 The existing Icon;

2 def_prefs.info in the Use directory;

3 ENV:SYS/def_prefs.info;

4 The default Project Icon.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5 Known (and unknown) errors

The docs are a bit sparse.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6 Version History


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7 Copyright and distribution requirements

 EditPrefs - Amiga Prefs editing program
 Copyright (C) � 1996 Mark John Paddock

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

 mark@topic.demon.co.uk
 mpaddock@cix.compulink.co.uk

EditPrefs IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE; NO WARRANTIES ARE MADE. ALL USE IS AT YOUR OWN RISK. NO LIABILITY OR RESPONSIBILITY IS ASSUMED.

EditPrefs is �1996 Mark John Paddock

Please send any criticisms, bugs, etc. by EMail to mark@topic.demon.co.uk or mpaddock@cix.compulink.co.uk.

Note - the source code to EditPrefs (not MPGui.library) is freely distributable and is not covered by the above license.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index

Jump to:   B   C   D   E   F   G   H   L   M   O   P   Q   R   S   V  
Index Entry  Section

B
Bugs 5 Known (and unknown) errors

C
Copyright 7 Copyright and distribution requirements
Create Icons? Menu Item Settings/Create Icons? Menu Item

D
DEFAULT parameter DEFAULT parameter
DIR parameter DIR parameter
Distribution 7 Copyright and distribution requirements

E
Edit Menu Edit Menu
Errors 5 Known (and unknown) errors

F
FILE parameter FILE parameter

G
GUI parameter GUI parameter

H
Hardware required 2 Software and Hardware required
HELP parameter HELP parameter
History 6 Version History

L
Last Saved Menu Item Edit/Last Saved Menu Item

M
Menus 4 Menus

O
Open... Menu Item Project/Open... Menu Item
Overview 1 Quick overview

P
Parameters 3 Shell Parameters
PORTNAME parameter PORTNAME parameter
Project Menu Project Menu

Q
Quick overview 1 Quick overview
Quit Menu Item Project/Quit Menu Item

R
Reset To Defaults Menu Item Edit/Reset To Defaults Menu Item
Restore Menu Item Edit/Restore Menu Item

S
Save As... Menu Item Project/Save As... Menu Item
SAVEDIR parameter SAVEDIR parameter
Settings Menu Settings Menu
Shell Parameters 3 Shell Parameters
Software required 2 Software and Hardware required

V
Version History 6 Version History

Jump to:   B   C   D   E   F   G   H   L   M   O   P   Q   R   S   V  

[Top] [Contents] [Index] [ ? ]

About This Document

This document was generated on August 5, 2022 using texi2html 5.0.

The buttons in the navigation panels have the following meaning:

Button Name Go to From 1.2.3 go to
[ << ] FastBack Beginning of this chapter or previous chapter 1
[ < ] Back Previous section in reading order 1.2.2
[ Up ] Up Up section 1.2
[ > ] Forward Next section in reading order 1.2.4
[ >> ] FastForward Next chapter 2
[Top] Top Cover (top) of document  
[Contents] Contents Table of contents  
[Index] Index Index  
[ ? ] About About (help)  

where the Example assumes that the current position is at Subsubsection One-Two-Three of a document of the following structure:


This document was generated on August 5, 2022 using texi2html 5.0.